/*页码*/
#page {height: 42px;clear: both;text-align: center;}
#page a { vertical-align: middle; font-size:14px; padding: 0 10px; font-family: "Microsoft YaHei"; width: 40px; height: 40px; line-height: 40px; text-align: center; border: 1px solid rgb(234, 234, 234); color: #333; display: inline-block; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;  }
#page a:hover{background-color: #f5f5f5; transition: All 0.4s ease-in-out;-webkit-transition: All 0.4s ease-in-out;-moz-transition: All 0.4s ease-in-out;-o-transition: All 0.4s ease-in-out;}
#page a.a1{display: inline-block;width: auto;}
#page span {  vertical-align: middle;  color: #ffffff;  width:40px;  height: 40px;  line-height: 40px;  background-color: #339933;  display: inline-block;  font-size: 14px;
}
/*通用*/

*{margin: 0;padding: 0;list-style: none;text-decoration: none;}
ul{padding: 0;margin: 0;}
.clearfix, .c {zoom: 1;clear: both;}
.clearfix:after, .clearfix:before, .c:after, .c:before {display: table;content: "";}
.clearfix:after, .c:after {clear: both;}
.l{float: left;}
.r{float: right;}
.con_box{width: 1260px;margin: 0 auto;}

/*颜色*/
.color_ml{color: #339933;}
.color_bai{color: #fff;}
.color_mlbg{background:#339933;}
.color_f7{background: #f7f7f7;}
.color_33{color: #339933;}
.color_heibg{background:#09130d;}
.color_hei{color: #000;}
.color_hui{background: #ededed;}
.color_qhui{color: #b3c8c3;}
.color_ql{background: #339933;}

.show_cpa{
    height: 550px;
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .show_cpa {
        height: 250px;
    }
    .show_cpc img{
        width: 100%;
    }
}
